home *** CD-ROM | disk | FTP | other *** search
/ The Arsenal Files 8 / The Arsenal Files Collection #8 (Arsenal Computer) (1996).ISO / dosutils / tsbat50.zip / SHOWTIME.BAT < prev    next >
DOS Batch File  |  1992-01-20  |  134b  |  8 lines

  1. @echo off
  2. echo.
  3. echo.| date > tmpdte$$.$$$
  4. echo.| Time >> tmpdte$$.$$$
  5. find "Current" < tmpdte$$.$$$
  6. del tmpdte$$.$$$
  7. echo on
  8.